We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d761423 + 6bf7ea3 commit 986a37dCopy full SHA for 986a37d
1 file changed
.gitlab/build-deps.sh
@@ -10,7 +10,7 @@ mkdir -p $PACKAGES_DIR
10
11
if [ ! -f $DEPS_INSTALL_BUILD_DIR/gcc-install/bin/g++ ]; then
12
cd $PACKAGES_DIR
13
- wget --no-verbose --no-clobber http://robotlab.itk.ppke.hu/gcc/releases/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.xz
+ wget --no-verbose --no-clobber https://ftp.gnu.org/gnu/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.xz
14
tar -xf gcc-$GCC_VERSION.tar.xz
15
cd gcc-$GCC_VERSION
16
./contrib/download_prerequisites
0 commit comments