Procházet zdrojové kódy

CI: Update travis URL

Stefan Profanter před 6 roky
rodič
revize
6d2381ddfe
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tools/travis/travis_linux_before_install.sh

+ 1 - 1
tools/travis/travis_linux_before_install.sh

@@ -42,7 +42,7 @@ if [ -z ${DOCKER+x} ] && [ -z ${SONAR+x} ]; then
 
 	if [ "$CC" = "tcc" ]; then
 		mkdir tcc_install && cd tcc_install
-		wget https://download.savannah.gnu.org/releases/tinycc/tcc-0.9.27.tar.bz2
+		wget https://mirror.netcologne.de/savannah/tinycc/tcc-0.9.27.tar.bz2
 		tar xf tcc-0.9.27.tar.bz2
 		cd tcc-0.9.27
 		./configure --prefix=$LOCAL_PKG