Skip to content

Commit

Permalink
change url to download boost from
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Jan 1, 2024
1 parent 3eb0464 commit e5831fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,8 @@ 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://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
Expand Down

0 comments on commit e5831fe

Please sign in to comment.