---
tests.build/cross-bootstrap.script | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests.build/cross-bootstrap.script b/tests.build/cross-bootstrap.script
index 4de0f1a..51d9ef1 100755
--- a/tests.build/cross-bootstrap.script
+++ b/tests.build/cross-bootstrap.script
@@ -24,4 +24,5 @@ set -eu
"$SRCDIR/tests.build/setup-build-essential"
"$SRCDIR/scripts/test-morph" cross-bootstrap \
- x86_32 test:morphs-repo master hello-system
+ $("$SRCDIR/scripts/test-morph" print-architecture) \
+ test:morphs-repo master hello-system
--
1.7.10.4