We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4745fe commit a702752Copy full SHA for a702752
1 file changed
jni/tomcat-native.sh
@@ -34,7 +34,7 @@ pushd tomcat-native
34
if [ ! -e $APR_FILE ] ; then
35
APR=apr-1.7.6
36
APR_FILE=${APR}.tar.gz
37
- wget --no-check-certificate https://mirror.hosting90.cz/apache/apr/$APR
+ wget --no-check-certificate https://dlcdn.apache.org//apr/$APR_FILE
38
fi
39
tar -xf $APR_FILE
40
tomcat_native_version=1.2.24
0 commit comments