We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a27c8 commit e80c259Copy full SHA for e80c259
1 file changed
test/travis_before_linux.sh
@@ -56,7 +56,7 @@ function install_apx() {
56
fi
57
58
if test -v TEST_APR_TARBALL; then
59
- curl https://archive.apache.org/dist/${name}/${name}-${version}.tar.gz > apx.tar.gz
+ curl https://archive.apache.org/dist/apr/${name}-${version}.tar.gz > apx.tar.gz
60
tar -C ${HOME}/build -xzf apx.tar.gz
61
rm apx.tar.gz
62
pushd ${build}
0 commit comments