Point to the correct kinesis-events artifact

kinesis-events artifact is now building against gerrit stable-3.3 and as
such the gerrit-ci URL should be fixed accordingly.

Change-Id: Ia79a3471f5225ea16ef87378f93e2d11e49a3ba8
diff --git a/setup_local_env/setup.sh b/setup_local_env/setup.sh
index 661df59..5a10c3a 100755
--- a/setup_local_env/setup.sh
+++ b/setup_local_env/setup.sh
@@ -440,7 +440,7 @@
 
 if [ "$BROKER_TYPE" = "kinesis" ]; then
 echo "Downloading kinesis-events plugin master (TODO: replace with $GERRIT_BRANCH, once we have build)"
-  wget $GERRIT_CI/plugin-kinesis-events-gh-bazel-master/$LAST_BUILD/kinesis-events/kinesis-events.jar \
+  wget $GERRIT_CI/plugin-kinesis-events-gh-bazel-master-$GERRIT_BRANCH/$LAST_BUILD/kinesis-events/kinesis-events.jar \
   -O $DEPLOYMENT_LOCATION/kinesis-events.jar || { echo >&2 "Cannot download kinesis-events plugin: Check internet connection. Abort\
 ing"; exit 1; }
 fi