Use GerritForge's archive-ci for downloading artifacts

Gerrit v3.0 is EOL and all artifacts are now archived
on https://archive-ci.gerritforge.com

Change-Id: I2ae02642f0aa6c0449ed72e57bd804b26e0e564b
diff --git a/setup_local_env/setup.sh b/setup_local_env/setup.sh
index a97afc3..e78d167 100755
--- a/setup_local_env/setup.sh
+++ b/setup_local_env/setup.sh
@@ -17,7 +17,7 @@
 
 SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
 GERRIT_BRANCH=stable-3.0
-GERRIT_CI=https://gerrit-ci.gerritforge.com/view/Plugins-$GERRIT_BRANCH/job
+GERRIT_CI=https://archive-ci.gerritforge.com/view/Plugins-$GERRIT_BRANCH/job
 LAST_BUILD=lastSuccessfulBuild/artifact/bazel-bin/plugins
 
 function check_application_requirements {