From 594c103ac7f469e7ce3cfd98003fbdc3c89fa670 Mon Sep 17 00:00:00 2001 From: Sam-Armstrong Date: Thu, 6 Jun 2024 14:18:58 +0100 Subject: [PATCH] fix: cleanup_and_fetch_binaries --- ivy/utils/binaries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivy/utils/binaries.py b/ivy/utils/binaries.py index 50cc2938803f0..715ca129b9c3a 100644 --- a/ivy/utils/binaries.py +++ b/ivy/utils/binaries.py @@ -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, )