We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78d663a + 65c3f3d commit b230293Copy full SHA for b230293
benchmarks/evaluator.py
@@ -24,7 +24,7 @@ def __benchmark_installer_libraries():
24
os.makedirs(temp_dir)
25
downloaded_zip_pathname = os.path.join(temp_dir, "__tomcat9__.zip")
26
urllib.URLopener().retrieve(
27
- "http://mirrors.ukfast.co.uk/sites/ftp.apache.org/tomcat/tomcat-9/v9.0.0.M20/bin/apache-tomcat-9.0.0.M20.zip",
+ "http://mirror.vorboss.net/apache/tomcat/tomcat-9/v9.0.0.M21/bin/apache-tomcat-9.0.0.M21.zip",
28
downloaded_zip_pathname
29
)
30
with zipfile.ZipFile(downloaded_zip_pathname, 'r') as zip_file:
0 commit comments