From 61050ed12534faea92b16f918bb82ad12717d92d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Wed, 19 Feb 2020 19:12:22 +0200 Subject: [PATCH] Fix Avro C API link The old link is dead. --- BUILD/install_build_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD/install_build_deps.sh b/BUILD/install_build_deps.sh index 129adbeea..72814c21d 100755 --- a/BUILD/install_build_deps.sh +++ b/BUILD/install_build_deps.sh @@ -249,7 +249,7 @@ sudo make install cd ../../ # Avro C API -wget -q -r -l1 -nH --cut-dirs=2 --no-parent -A.tar.gz --no-directories https://www-eu.apache.org/dist/avro/stable/c +wget -q -r -l1 -nH --cut-dirs=2 --no-parent -A.tar.gz --no-directories https://downloads.apache.org/avro/stable/c/ if [ $? != 0 ] then echo "Error getting avro-c"