Skip to content

Commit e5831fe

Browse files
committed
change url to download boost from
1 parent 3eb0464 commit e5831fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deps/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,8 @@ then
612612
if [ ! -f "boost_1_68_0.tar.bz2" ];
613613
then
614614
eval echo -e "${COLOR_INFO}downloading it${COLOR_DOTS}...${COLOR_RESET}"
615-
eval "$WGET" https://boostorg.jfrog.io/artifactory/main/release/1.68.0/source/boost_1_68_0.tar.bz2
615+
# eval "$WGET" https://boostorg.jfrog.io/artifactory/main/release/1.68.0/source/boost_1_68_0.tar.bz2
616+
eval "$WGET" https://sourceforge.net/projects/boost/files/boost/1.68.0/boost_1_68_0.tar.bz2
616617
fi
617618
echo -e "${COLOR_INFO}unpacking it${COLOR_DOTS}...${COLOR_RESET}"
618619
tar -xf boost_1_68_0.tar.bz2

0 commit comments

Comments
 (0)