We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64ccf7 commit 9b71352Copy full SHA for 9b71352
tests/canonical-benchmarks.bash
@@ -20,7 +20,7 @@ if [ "$(md5sum /tmp/linux-3.0.tar.gz | cut -f1 -d' ')" != \
20
"f7e6591d86a9dbe123dfd1a0be054e7f" ]; then
21
echo "Downloading linux-3.0.tar.gz"
22
wget -nv --show-progress -c -O $TGZ \
23
- 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
24
fi
25
26
function etime {
0 commit comments