From 6b495bf0c7eec9ef11ee7931ca4c779edc198119 Mon Sep 17 00:00:00 2001 From: Sydney Anne Erickson <sydney@elixxir.io> Date: Fri, 13 Aug 2021 18:31:40 +0000 Subject: [PATCH] Update URL to git.xx.network --- download_cmix_binaries.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download_cmix_binaries.sh b/download_cmix_binaries.sh index 7ede87f..d38cf4e 100755 --- a/download_cmix_binaries.sh +++ b/download_cmix_binaries.sh @@ -49,7 +49,7 @@ fi # Set up the URL for downloading the binaries DEFAULTBRANCH=${DEFAULTBRANCH:="release"} if [[ $USEREPO == "d" ]]; then - REPOS_API=${REPOS_API:="https://gitlab.com/api/v4/projects/elixxir%2F"} + REPOS_API=${REPOS_API:="https://git.xx.network/api/v4/projects/elixxir%2F"} else REPOS_API=${REPOS_API:="https://elixxir-bins.s3-us-west-1.amazonaws.com"} fi -- GitLab