diff --git a/tools/test/bin/atomix-push-bits b/tools/test/bin/atomix-push-bits index ffeaf2ef33..f50eec3371 100755 --- a/tools/test/bin/atomix-push-bits +++ b/tools/test/bin/atomix-push-bits @@ -47,7 +47,7 @@ elif [ -e "$ATOMIX_MAVEN" ]; then else echo "Pushing to $node from $ATOMIX_LOCAL" if [ ! -f "$ATOMIX_LOCAL" ]; then - wget -O $ATOMIX_LOCAL $ATOMIX_REMOTE + curl -o $ATOMIX_LOCAL $ATOMIX_REMOTE fi ATOMIX_TAR=$ATOMIX_LOCAL fi