Skip to content

Commit 72b8b81

Browse files
authored
[fix] Update URL for ARM toolchain download (#209)
* Update URl for ARM toolchain Signed-off-by: Uilian Ries <[email protected]> * Use Known agent for ARM toolchain download Signed-off-by: Uilian Ries <[email protected]> * Revert "Use Known agent for ARM toolchain download" This reverts commit 446b5a3. --------- Signed-off-by: Uilian Ries <[email protected]>
1 parent c596a20 commit 72b8b81

File tree

1 file changed

+1
-1
lines changed
  • examples/cross_build/toolchain_packages/toolchain

1 file changed

+1
-1
lines changed

examples/cross_build/toolchain_packages/toolchain/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def source(self):
5252

5353
def build(self):
5454
toolchain, sha = self._get_toolchain(self.settings_target.arch)
55-
get(self, f"https://developer.arm.com/-/media/Files/downloads/gnu/13.2.rel1/binrel/arm-gnu-toolchain-13.2.rel1-x86_64-{toolchain}.tar.xz",
55+
get(self, f"https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu/13.2.rel1/binrel/arm-gnu-toolchain-13.2.rel1-x86_64-{toolchain}.tar.xz",
5656
sha256=sha, strip_root=True)
5757

5858
def package(self):

0 commit comments

Comments
 (0)