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 3, 2024
1 parent 7eee000 commit fbf1bc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deps/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,6 @@ 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}"
Expand Down

0 comments on commit fbf1bc0

Please sign in to comment.