update link to qemu binary

The building of the qemu binary changed and that resulted in it going
into a different directory

Change-Id: I537a4bb18dc50576e2c4a985f6ff0c4f1b7ad953
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/development/dev-environment.md b/development/dev-environment.md
index 7d5312d..a74ba59 100644
--- a/development/dev-environment.md
+++ b/development/dev-environment.md
@@ -80,7 +80,7 @@
 1. Download latest openbmc/qemu fork of QEMU application
 
   ```
-  wget https://jenkins.openbmc.org/job/latest-qemu-x86/lastSuccessfulBuild/artifact/qemu/arm-softmmu/qemu-system-arm
+  wget https://jenkins.openbmc.org/job/latest-qemu-x86/lastSuccessfulBuild/artifact/qemu/build/qemu-system-arm
 
   chmod u+x qemu-system-arm
   ```