Point to correct ZK URL Change-Id: Idefc21dbf8642eee800107b5b7c594e154dd2c64
diff --git a/setup_local_env/setup.sh b/setup_local_env/setup.sh index f3f786b..e399605 100755 --- a/setup_local_env/setup.sh +++ b/setup_local_env/setup.sh
@@ -419,7 +419,7 @@ fi echo "Downloading zookeeper plugin $GERRIT_BRANCH" - wget $GERRIT_CI/plugin-zookeeper-refdb-bazel-master-$GERRIT_BRANCH/$LAST_BUILD/zookeeper-refdb/zookeeper-refdb.jar \ + wget $GERRIT_CI/plugin-zookeeper-refdb-bazel-$GERRIT_BRANCH/$LAST_BUILD/zookeeper-refdb/zookeeper-refdb.jar \ -O $DEPLOYMENT_LOCATION/zookeeper-refdb.jar || { echo >&2 "Cannot download zookeeper plugin: Check internet connection. Abort\ ing"; exit 1; }