Skip to content

Commit a702752

Browse files
committed
On more tuning of apr for download
1 parent c4745fe commit a702752

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jni/tomcat-native.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pushd tomcat-native
3434
if [ ! -e $APR_FILE ] ; then
3535
APR=apr-1.7.6
3636
APR_FILE=${APR}.tar.gz
37-
wget --no-check-certificate https://mirror.hosting90.cz/apache/apr/$APR
37+
wget --no-check-certificate https://dlcdn.apache.org//apr/$APR_FILE
3838
fi
3939
tar -xf $APR_FILE
4040
tomcat_native_version=1.2.24

0 commit comments

Comments
 (0)