We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a199c19 commit 3b63c68Copy full SHA for 3b63c68
mathsat5-latest/main.py
@@ -33,7 +33,7 @@ def fetch_mathsat_binary():
33
print(f" - {href}")
34
35
# Look for the new direct release URL format
36
- link = soup.find('a', href=re.compile(r'/release/mathsat-\d+\.\d+\.\d+-linux-x86_64\.tar\.gz'))
+ link = soup.find('a', href=re.compile(r'release/mathsat-\d+\.\d+\.\d+-linux-x86_64\.tar\.gz'))
37
38
if not link:
39
print("No matching MathSAT binary found.")
0 commit comments