Skip to content

Commit

Permalink
update download url
Browse files Browse the repository at this point in the history
  • Loading branch information
snogcel committed Feb 1, 2017
1 parent 91e0ed6 commit f7802ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ root_dir="${HOME}/.bitcore"
platform=`uname -a | awk '{print tolower($1)}'`
arch=`uname -m`
version="0.12.1"
url="https://dashpay.atlassian.net/builds/browse/DASHL-DEV/latestSuccessful/artifact/JOB1/gitian-linux-dash-dist/"
url="https://bamboo.dash.org/browse/DASHL-DEV/latestSuccessful/artifact/JOB1/gitian-linux-dash-dist/"

if [ "${platform}" == "linux" ]; then
if [ "${arch}" == "x86_64" ]; then
Expand Down

0 comments on commit f7802ec

Please sign in to comment.