Skip to content

Commit 3b63c68

Browse files
committed
fix mathsat5
1 parent a199c19 commit 3b63c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathsat5-latest/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def fetch_mathsat_binary():
3333
print(f" - {href}")
3434

3535
# 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'))
36+
link = soup.find('a', href=re.compile(r'release/mathsat-\d+\.\d+\.\d+-linux-x86_64\.tar\.gz'))
3737

3838
if not link:
3939
print("No matching MathSAT binary found.")

0 commit comments

Comments
 (0)