Skip to content

Commit e80c259

Browse files
committed
fixup
1 parent 80a27c8 commit e80c259

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/travis_before_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function install_apx() {
5656
fi
5757

5858
if test -v TEST_APR_TARBALL; then
59-
curl https://archive.apache.org/dist/${name}/${name}-${version}.tar.gz > apx.tar.gz
59+
curl https://archive.apache.org/dist/apr/${name}-${version}.tar.gz > apx.tar.gz
6060
tar -C ${HOME}/build -xzf apx.tar.gz
6161
rm apx.tar.gz
6262
pushd ${build}

0 commit comments

Comments
 (0)