Explorar o código

CI: Update travis URL

Stefan Profanter %!s(int64=6) %!d(string=hai) anos
pai
achega
6d2381ddfe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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