diff --git a/build.xml b/build.xml
index 4e4ac66d794dfbb36cea7832df68ced3a699537d..ab065453a76d83ba212299c0bcb82c80ff26e6e6 100644
--- a/build.xml
+++ b/build.xml
@@ -160,7 +160,7 @@
           <not><available file="${srcdir}/downloads/solr-${solr_version}.tgz" /></not>
            <then>
             <mkdir dir="${srcdir}/downloads" />
-            <httpget url="https://vufind.org/jenkins/job/VuFind/downloads/${solr_version}/solr-${solr_version}.tgz" dir="${srcdir}/downloads" />
+            <httpget url="http://archive.apache.org/dist/lucene/solr/${solr_version}/solr-${solr_version}.tgz" dir="${srcdir}/downloads" />
           </then>
         </if>
         <!-- unpack the archive into solr/vendor -->