Skip to content

Commit

Permalink
fix: cleanup_and_fetch_binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Jun 6, 2024
1 parent bbebaea commit 594c103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ivy/utils/binaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def cleanup_and_fetch_binaries(clean=True):
search_path = f"{module}/{file_name}"
try:
response = request.urlopen(
"https://github.com/unifyai/binaries/raw/"
"https://github.com/Transpile-AI/binaries/raw/"
f"{version}/{search_path}",
timeout=40,
)
Expand Down

0 comments on commit 594c103

Please sign in to comment.