We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beeb41b commit bf83c2aCopy full SHA for bf83c2a
.github/workflows/metis.sh
@@ -2,7 +2,7 @@
2
3
METIS=metis-5.1.0
4
5
-wget -nv "https://web.archive.org/web/20211119110155/http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/${METIS}.tar.gz"
+wget -nv "https://github.com/xijunke/METIS-1/raw/refs/heads/master/metis-5.1.0.tar.gz"
6
tar -xvzf "${METIS}.tar.gz"
7
rm -f "${METIS}.tar.gz"
8
cd "${METIS}" || exit
0 commit comments