aboutsummaryrefslogtreecommitdiff
path: root/tests/canonical-benchmarks.bash
diff options
context:
space:
mode:
Diffstat (limited to 'tests/canonical-benchmarks.bash')
-rwxr-xr-xtests/canonical-benchmarks.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/canonical-benchmarks.bash b/tests/canonical-benchmarks.bash
index 4c92c56..6dd8b4f 100755
--- a/tests/canonical-benchmarks.bash
+++ b/tests/canonical-benchmarks.bash
@@ -20,7 +20,7 @@ if [ "$(md5sum /tmp/linux-3.0.tar.gz | cut -f1 -d' ')" != \
"f7e6591d86a9dbe123dfd1a0be054e7f" ]; then
echo "Downloading linux-3.0.tar.gz"
wget -nv --show-progress -c -O $TGZ \
- https://www.kernel.org/pub/linux/kernel/v3.0/linux-3.0.tar.gz
+ https://cdn.kernel.org/pub/linux/kernel/v3.0/linux-3.0.tar.gz
fi
function etime {