diff --git a/recipes/llvm/recipe.sh b/recipes/llvm/recipe.sh
index eaa90b0c2dadb178831c821c8ed7c8002e435010..a035edf2a8016fd66c61fc1ce415ad2a881d4b25 100644
--- a/recipes/llvm/recipe.sh
+++ b/recipes/llvm/recipe.sh
@@ -75,6 +75,6 @@ function recipe_clean {
 function recipe_stage {
     dest="$(realpath $1)"
     make DESTDIR="$dest" install
-    find "$dest"/{bin,libexec} -exec $STRIP {} ';' 2> /dev/null
+    find "$dest"/bin -exec $STRIP {} ';' 2> /dev/null
     skip=1
 }