aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2021-05-05 12:03:38 +0100
committerNikhil Raj <nikhil.raj@arm.com>2021-05-05 12:03:38 +0100
commit204f9e298ad3e48d797d6ec84e57615ea794bc4d (patch)
tree7cd037c480e35996ba3a7a8a49df1bec1f0f1e34
parent7780e60b30abe4848222f3c895add1621ad6a160 (diff)
downloadandroid-nn-driver-204f9e298ad3e48d797d6ec84e57615ea794bc4d.tar.gz
Update boostorg URL to download boost
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I4eaab3e4cc83b817afa6fe7521710c9fab0fd8a4
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index b6508a4c..d1d62c9c 100755
--- a/setup.sh
+++ b/setup.sh
@@ -16,7 +16,7 @@ if [ ! -d boost_1_64_0 ]; then
# There is a problem with downloading boost from the external. Issue can be found here:https://github.com/boostorg/boost/issues/299.
# Using a mirror link to download boost.
- curl -LOk https://dl.bintray.com/boostorg/release/1.64.0/source/boost_1_64_0.tar.gz
+ curl -LOk https://boostorg.jfrog.io/artifactory/main/release/1.64.0/source/boost_1_64_0.tar.gz
# curl -LOk https://sourceforge.net/projects/boost/files/boost/1.64.0/boost_1_64_0.tar.gz # had switched to this mirror as we were not able to download boost from boostorg.
AssertZeroExitCode "Downloading Boost failed"