Skip to content

Commit 88d9628

Browse files
committed
Switches c-ares download to github release link (#1733)
1 parent 128b2f0 commit 88d9628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/install/30-cares.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ -n "${WITH_RHEL_RPMS}" ]; then
77
exit 0
88
fi
99

10-
wget "https://c-ares.haxx.se/download/c-ares-${CARES_VERSION}.tar.gz"
10+
wget "https://github.com/c-ares/c-ares/releases/download/cares-${CARES_VERSION//./_}/c-ares-${CARES_VERSION}.tar.gz"
1111
tar -zxf "c-ares-${CARES_VERSION}.tar.gz"
1212
cd "c-ares-${CARES_VERSION}"
1313
cp LICENSE.md "${LICENSE_DIR}/c-ares-${CARES_VERSION}"

0 commit comments

Comments
 (0)