From 1c8fd20da4a0087a3df7c4e7c12e70c4018f5d7b Mon Sep 17 00:00:00 2001 From: Yeison Vargas Date: Wed, 17 Jan 2024 18:37:16 -0500 Subject: [PATCH] fix typo on binaries.py --- binaries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binaries.py b/binaries.py index 01975fa..7b43b06 100644 --- a/binaries.py +++ b/binaries.py @@ -105,7 +105,7 @@ def dist(self): artifact_path = os.path.join( os.getcwd(), "dist", - f"safety-{self.os}-{'i686' if arch == 32 else 'x86_64'}" + f"safety-{self.os}-{'i386' if arch == 32 else 'x86_64'}" ) binary_path = os.path.join(os.getcwd(), build_path, "safety") if self.os == self.WIN: