Skip to content

Commit 8e35aba

Browse files
authored
Fixed outdate gcc download path
1 parent 4bbd956 commit 8e35aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cache:
1919
install:
2020
- export GCC_DIR=$HOME/$GCC_BASE
2121
- export GCC_ARCHIVE=$HOME/$GCC_BASE-linux.tar.bz2
22-
- export GCC_URL=https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/$GCC_SHORT/$GCC_BASE-linux.tar.bz2
22+
- export GCC_URL=https://developer.arm.com/-/media/Files/downloads/gnu-rm/$GCC_SHORT/$GCC_BASE-linux.tar.bz2
2323
- if [ ! -e $GCC_DIR/bin/arm-none-eabi-g++ ]; then wget $GCC_URL -O $GCC_ARCHIVE; tar xfj $GCC_ARCHIVE -C $HOME; fi
2424
- ROOTLOC="../.."
2525
- BUILDLOC=mchf-eclipse/build

0 commit comments

Comments
 (0)