diff options
Diffstat (limited to 'get-deps.sh')
-rwxr-xr-x | get-deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/get-deps.sh b/get-deps.sh index d371fa0909af..1a6f09d9f9d5 100755 --- a/get-deps.sh +++ b/get-deps.sh @@ -89,7 +89,7 @@ get_serf() { test -d $BASEDIR/serf && return cd $TEMPDIR - $HTTP_FETCH http://serf.googlecode.com/svn/src_releases/$SERF.tar.bz2 + $HTTP_FETCH https://archive.apache.org/dist/serf/$SERF.tar.bz2 cd $BASEDIR bzip2 -dc $TEMPDIR/$SERF.tar.bz2 | tar -xf - |