We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ecaa2 commit 8a02ac9Copy full SHA for 8a02ac9
tests/Magick.NET.Tests/MagickNETTests/TheImageMagickVersionProperty.cs
@@ -17,7 +17,7 @@ public void ShoudlReturnTheCorrectValue()
17
var version = "7.1.2-18";
18
var architecture = Runtime.IsWindows
19
? Runtime.Is64Bit ? Runtime.Architecture == Architecture.Arm64 ? "arm64" : "x64" : "x86"
20
- : Runtime.Architecture == Architecture.Arm64 ? "aarch64" : "amd64";
+ : Runtime.Architecture == Architecture.Arm64 ? "aarch64" : "x86_64";
21
#if Q8
22
var quantum = "Q8";
23
#elif Q16
0 commit comments