diff --git a/deps/build.sh b/deps/build.sh index e679e297..2810378e 100755 --- a/deps/build.sh +++ b/deps/build.sh @@ -612,7 +612,7 @@ then if [ ! -f "boost_1_68_0.tar.bz2" ]; then eval echo -e "${COLOR_INFO}downloading it${COLOR_DOTS}...${COLOR_RESET}" - eval "$WGET" https://boostorg.jfrog.io/artifactory/main/release/1.68.0/source/boost_1_68_0.tar.bz2 + eval "$WGET" https://sourceforge.net/projects/boost/files/boost/1.68.0/boost_1_68_0.tar.bz2 fi echo -e "${COLOR_INFO}unpacking it${COLOR_DOTS}...${COLOR_RESET}" tar -xf boost_1_68_0.tar.bz2