summaryrefslogtreecommitdiff
path: root/tests/gem5/cpu_tests/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem5/cpu_tests/test.py')
-rw-r--r--tests/gem5/cpu_tests/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem5/cpu_tests/test.py b/tests/gem5/cpu_tests/test.py
index 58925de25..1a61a7331 100644
--- a/tests/gem5/cpu_tests/test.py
+++ b/tests/gem5/cpu_tests/test.py
@@ -43,7 +43,7 @@ valid_isas = {
base_path = joinpath(absdirpath(__file__), 'benchmarks', 'bin')
-base_url = 'http://gem5.org/dist/current/gem5/cpu_tests/benchmarks/bin/'
+base_url = 'http://dist.gem5.org/dist/current/gem5/cpu_tests/benchmarks/bin/'
for isa in valid_isas:
path = joinpath(base_path, isa)
for workload in workloads: