Skip to content

Commit

Permalink
Merge pull request #207 from skalenetwork/fix-boost-build
Browse files Browse the repository at this point in the history
change url to download boost from
  • Loading branch information
DmytroNazarenko authored Jan 3, 2024
2 parents 6fb4d5c + fbf1bc0 commit 7eca4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7eca4e2

Please sign in to comment.