diff --git a/Vagrantfile b/Vagrantfile
index f6e013ddd..7f95e4839 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -63,7 +63,7 @@ mkdir -p "downloads"
cd downloads
SOLR_TAR="solr-$SOLR_VERSION.tgz"
if test ! -f "$SOLR_TAR"; then
- SOLR_URL="https://archive.apache.org/dist/solr/solr/$SOLR_VERSION/$SOLR_TAR"
+ SOLR_URL="https://www.apache.org/dyn/closer.lua/solr/solr/$SOLR_VERSION/$SOLR_TAR?action=download"
echo "Getting: $SOLR_URL"
wget -q --show-progress --progress=bar:force $SOLR_URL
fi
diff --git a/build.xml b/build.xml
index 7879d19b7..c492eedcd 100644
--- a/build.xml
+++ b/build.xml
@@ -8,7 +8,7 @@
-
+
@@ -341,7 +341,7 @@
-