From e979aebb41b63cd09acda90d1aecb08af941788f Mon Sep 17 00:00:00 2001 From: "Gary Kwong [:gkw]" Date: Thu, 30 Nov 2023 10:57:21 -0500 Subject: [PATCH] Use archive.org servers for the test data zip file download instead --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0d51ec3..0c5fab0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -103,7 +103,7 @@ jobs: - name: Use aria2 to download enwik9 zipped test data for the Large Text Compression Benchmark. if: startsWith(runner.os, 'Linux') - run: aria2c http://mattmahoney.net/dc/enwik9.zip + run: aria2c https://web.archive.org/web/20231130154044/http://mattmahoney.net/dc/enwik9.zip - name: Unzip enwik9 test data if: startsWith(runner.os, 'Linux') run: unzip enwik9.zip