From 183215d9b104700087a09c6a4236b72fc368950b Mon Sep 17 00:00:00 2001 From: Dawson Date: Wed, 29 Apr 2026 12:28:17 -0400 Subject: [PATCH] Revert "Moving from musl to gnu, likely the cause for build failures" This reverts commit 0f24381df7001d67e069707b4bb5b0237ddf186c. --- codex.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codex.spec b/codex.spec index 945e807..f95162d 100644 --- a/codex.spec +++ b/codex.spec @@ -12,8 +12,8 @@ Summary: OpenAI Codex command-line interface License: Apache-2.0 URL: https://github.com/openai/codex -Source0: %{name}-%{version}-x86_64-unknown-linux-gnu.tar.gz -Source1: %{name}-%{version}-aarch64-unknown-linux-gnu.tar.gz +Source0: %{name}-%{version}-x86_64-unknown-linux-musl.tar.gz +Source1: %{name}-%{version}-aarch64-unknown-linux-musl.tar.gz ExclusiveArch: x86_64 aarch64 Requires: git