Skip to content

Commit

Permalink
Use actually updated toolchain links
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgerhardt committed Sep 27, 2023
1 parent 612de53 commit ffb6889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform.py
Expand Up @@ -25,8 +25,8 @@ def is_embedded(self):

earle_toolchain = {
# Windows
"windows_amd64": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.1.0-a/x86_64-w64-mingw32.arm-none-eabi-d3d2e6b.230911.zip",
"windows_x86": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.1.0-a/i686-w64-mingw32.arm-none-eabi-d3d2e6b.230911.zip",
"windows_amd64": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.1.0-a/x86_64-w64-mingw32.arm-none-eabi-d3d2e6b.230911-v2.zip",
"windows_x86": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.1.0-a/i686-w64-mingw32.arm-none-eabi-d3d2e6b.230911-v2.zip",
# No Windows ARM64 or ARM32 builds.
# Linux
"linux_x86_64": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.1.0-a/x86_64-linux-gnu.arm-none-eabi-d3d2e6b.230911.tar.gz",
Expand Down

0 comments on commit ffb6889

Please sign in to comment.