Skip to content

Commit bf83c2a

Browse files
committed
update
1 parent beeb41b commit bf83c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/metis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
METIS=metis-5.1.0
44

5-
wget -nv "https://web.archive.org/web/20211119110155/http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/${METIS}.tar.gz"
5+
wget -nv "https://github.com/xijunke/METIS-1/raw/refs/heads/master/metis-5.1.0.tar.gz"
66
tar -xvzf "${METIS}.tar.gz"
77
rm -f "${METIS}.tar.gz"
88
cd "${METIS}" || exit

0 commit comments

Comments
 (0)