Skip to content

Commit 9188181

Browse files
authored
MARS 官网链接不知为何失效,换成 BUAA 版链接 (#58)
1 parent 0410f0d commit 9188181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Install mars emulator for mips
6666
if: matrix.stage == 'mips'
67-
run: wget https://courses.missouristate.edu/KenVollmar/MARS/MARS_4_5_Aug2014/Mars4_5.jar -O ${{github.workspace}}/mars.jar
67+
run: wget https://github.com/Lord-Turmoil/Mars-for-BUAA/releases/download/v1.0.1/Mars-2024.jar -O ${{github.workspace}}/mars.jar
6868

6969
- name: Run test script
7070
run: python ./scripts/test.py -s ${{matrix.stage}} -d ${{github.workspace}}/testcases

0 commit comments

Comments
 (0)