Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ash-burnt committed Sep 21, 2024
1 parent a82300b commit bcd45b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def determine_libwasmvm_suffix
else
raise "Unsupported architecture: #{Hardware::CPU.arch}"
end
elif Hardware::CPU.intel?
elsif Hardware::CPU.intel?
"x86_64.so"
elsif Hardware::CPU.arm?
"aarch64.so"
Expand Down

0 comments on commit bcd45b9

Please sign in to comment.