Skip to content

Commit

Permalink
Use archive.org servers for the test data zip file download instead
Browse files Browse the repository at this point in the history
  • Loading branch information
nth10sd committed Nov 30, 2023
1 parent c05a338 commit e979aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e979aeb

Please sign in to comment.